Telegram Group & Telegram Channel
# O'quvchilar ro'yxatini e'lon qilish
students = maktab["o'quvchilar"]
for student in students:
print("O'quvchi ismi: {0} Sinf: {1}".format(student['ism'], student['sinflar']))

#######################################################################
# O'quvchilar ro'yxatiga yangi o'quvchi qo'shish
students.append(
{
"id": "4",
"ism": "Alpshoh",
"sinflar": ["Veb dastur yaratish"]
}
)
for student in students:
print("O'quvchi ismi: {0} Sinf: {1}".format(student['ism'], student['sinflar']))

# http://telegra.ph/file/2c514ad8a7ea61dba7f50.jpg



tg-me.com/pythonuz/465
Create:
Last Update:

# O'quvchilar ro'yxatini e'lon qilish

students = maktab["o'quvchilar"]
for student in students:
print("O'quvchi ismi: {0} Sinf: {1}".format(student['ism'], student['sinflar']))

#######################################################################
# O'quvchilar ro'yxatiga yangi o'quvchi qo'shish
students.append(
{
"id": "4",
"ism": "Alpshoh",
"sinflar": ["Veb dastur yaratish"]
}
)
for student in students:
print("O'quvchi ismi: {0} Sinf: {1}".format(student['ism'], student['sinflar']))

# http://telegra.ph/file/2c514ad8a7ea61dba7f50.jpg

BY Python dasturlash maktabi




Share with your friend now:
tg-me.com/pythonuz/465

View MORE
Open in Telegram


Python dasturlash maktabi Telegram | DID YOU KNOW?

Date: |

The S&P 500 slumped 1.8% on Monday and Tuesday, thanks to China Evergrande, the Chinese property company that looks like it is ready to default on its more-than $300 billion in debt. Cries of the next Lehman Brothers—or maybe the next Silverado?—echoed through the canyons of Wall Street as investors prepared for the worst.

What is Telegram?

Telegram’s stand out feature is its encryption scheme that keeps messages and media secure in transit. The scheme is known as MTProto and is based on 256-bit AES encryption, RSA encryption, and Diffie-Hellman key exchange. The result of this complicated and technical-sounding jargon? A messaging service that claims to keep your data safe.Why do we say claims? When dealing with security, you always want to leave room for scrutiny, and a few cryptography experts have criticized the system. Overall, any level of encryption is better than none, but a level of discretion should always be observed with any online connected system, even Telegram.

Python dasturlash maktabi from ca


Telegram Python dasturlash maktabi
FROM USA